Qualcomm AI Engine Direct - LLM 16bit CI fix#20478
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/20478
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New FailuresAs of commit 01348dc with merge base 124b677 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
82433c7 to
a94f560
Compare
a94f560 to
01348dc
Compare
|
@psiddh This PR should fix the CI 16bit LLM failure. Please have a look. Thanks |
Summary
#19660 has missed to identify quant range when a node uses shared quant annotation. Fix this issue by recursive search to the source node that shares the quant spec and use the source node's quant spec as quant range.
Test plan
Passing LLM 16bit CI